home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).zip / MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).adf / ARexx / Modular / CloseWin.mod < prev    next >
Text File  |  1993-08-19  |  147b  |  6 lines

  1.     /* Close and exit */
  2.     CloseWin:
  3.      if GetClip('inner_open') = '1' then call InnerWin.mod()
  4.      CloseWindow(HO) ; exit ; end
  5.      return 
  6.